const runtime.emptyRest
27 uses
runtime (current package)
map.go#L93: emptyRest = 0 // this cell is empty, and there are no more non-empty cells at higher indexes or overflows.
map.go#L435: if b.tophash[i] == emptyRest {
map.go#L496: if b.tophash[i] == emptyRest {
map.go#L540: if b.tophash[i] == emptyRest {
map.go#L627: if b.tophash[i] == emptyRest {
map.go#L735: if b.tophash[i] == emptyRest {
map.go#L768: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map.go#L772: if b.tophash[i+1] != emptyRest {
map.go#L777: b.tophash[i] = emptyRest
map_fast32.go#L132: if b.tophash[i] == emptyRest {
map_fast32.go#L222: if b.tophash[i] == emptyRest {
map_fast32.go#L320: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast32.go#L324: if b.tophash[i+1] != emptyRest {
map_fast32.go#L329: b.tophash[i] = emptyRest
map_fast64.go#L132: if b.tophash[i] == emptyRest {
map_fast64.go#L222: if b.tophash[i] == emptyRest {
map_fast64.go#L322: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_fast64.go#L326: if b.tophash[i+1] != emptyRest {
map_fast64.go#L331: b.tophash[i] = emptyRest
map_faststr.go#L33: if b.tophash[i] == emptyRest {
map_faststr.go#L49: if b.tophash[i] == emptyRest {
map_faststr.go#L128: if b.tophash[i] == emptyRest {
map_faststr.go#L144: if b.tophash[i] == emptyRest {
map_faststr.go#L244: if b.tophash[i] == emptyRest {
map_faststr.go#L348: if b.overflow(t) != nil && b.overflow(t).tophash[0] != emptyRest {
map_faststr.go#L352: if b.tophash[i+1] != emptyRest {
map_faststr.go#L357: b.tophash[i] = emptyRest
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)